Don't focus unmapped radio buttons
authorOwen Taylor <otaylor@fishsoup.net>
Fri, 18 Sep 2009 20:37:43 +0000 (16:37 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 18 Sep 2009 20:37:43 +0000 (16:37 -0400)
commit5f126bec3a2819ab04e90f2b33d323c8e634770e
treebd766b4649ea91f026e465488255df34d27caa59
parentaa43f804233cdf8c9022e03864328f17c562822a
Don't focus unmapped radio buttons

With Bug 302240, a check was added to avoid keynav to unrealized
radio buttons in the group, but that's not the right check - the
check should be on MAPPED instead, since a widget can be realized
even if it, or a parent, is hidden. Bug 595599
gtk/gtkradiobutton.c